model = { # model 0 - Paratrooper brigade

	cost 					= 12
	buildtime				= 180
	manpower 				= 4 #Elites
	maxspeed 				= 4
	defaultorganisation 	= 25
	grounddefence 			= 0
	airdefence				= 0
	softattack				= 1
	hardattack				= 0
	airattack				= 0
	transportweight			= 10
	supplyconsumption 		= 0.8
	fuelconsumption			= 0
	speed_cap_art			= 4
	speed_cap_eng			= 5
	speed_cap_at			= 4
	speed_cap_aa			= 4
}

model = { # model 1 - Paratrooper division/Corps

	cost 					= 15
	buildtime				= 180
	manpower 				= 12 #Elites
	maxspeed 				= 4
	defaultorganisation 	= 40
	grounddefence 			= 2
	airdefence				= 1
	softattack				= 1
	hardattack				= 0
	airattack				= 0
	transportweight			= 10
	supplyconsumption 		= 0.8
	fuelconsumption			= 0
	speed_cap_art			= 4
	speed_cap_eng			= 5
	speed_cap_at			= 4
	speed_cap_aa			= 4
}

model = { # model 2 - Late war Airborne Division

	cost 					= 18
	buildtime				= 180
	manpower 				= 12 #Elites
	maxspeed 				= 4
	defaultorganisation 	= 50
	grounddefence 			= 2
	airdefence				= 2
	softattack				= 1
	hardattack				= 1
	airattack				= 1
	transportweight			= 10
	supplyconsumption 		= 0.8
	fuelconsumption			= 0
	speed_cap_art			= 4
	speed_cap_eng			= 5
	speed_cap_at			= 4
	speed_cap_aa			= 4
}